Class RemoteAuthConfig

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.netscape.cms.servlet.base.CMSServlet
com.netscape.cms.servlet.cert.RemoteAuthConfig
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class RemoteAuthConfig extends CMSServlet
Allow agent to turn on/off authentication managers
Version:
$Revision$, $Date$
See Also:
  • Constructor Details

    • RemoteAuthConfig

      public RemoteAuthConfig()
      Constructs RemoteAuthConfig servlet.
  • Method Details

    • init

      public void init(javax.servlet.ServletConfig sc) throws javax.servlet.ServletException
      Initializes the servlet. Presence of "auths.enableRemoteConfiguration=true" in CMS.cfg enables remote configuration for authentication plugins. List of remotely set instances can be found in CMS.cfg at "auths.remotelySetInstances=,,...,"
      Specified by:
      init in interface javax.servlet.Servlet
      Overrides:
      init in class CMSServlet
      Throws:
      javax.servlet.ServletException
    • process

      public void process(CMSRequest cmsReq) throws EBaseException
      Serves HTTPS request. The format of this request is as follows:
      Overrides:
      process in class CMSServlet
      Throws:
      EBaseException - if the servlet was unable to satisfactorily process the request